home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / misc / a8085.lha / A8085 V1.0 / MAC / ed.m
Text File  |  1995-07-31  |  157b  |  8 lines

  1. ; Edit memory with binary editor
  2. !echo "Edit memory ... " NOLINE
  3. export "T:core",0
  4. !c:zap -* "T:core"
  5. import "T:core",0
  6. !c:delete "T:core" quiet
  7. echo "done"
  8.